home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DISK / SST53A.ARJ / HISTORY.DOC next >
Text File  |  1991-07-02  |  17KB  |  324 lines

  1.  
  2.                        SST: the Supersonic Search Tool
  3.                               History of Changes
  4.                        -------------------------------
  5.  
  6.  
  7.      v5.3a      o  Added support for "ARJ" archives.  ARJ has taken the
  8.                    place of "PAK" files internally in SST.  However,
  9.                    .PAK files are still searched if you are doing
  10.                    archive searching -- you just won't find PAK files
  11.                    referenced anywhere on SST's menus or command line
  12.                    switches.
  13.  
  14.      v5.2b      o  Fixed a bug where the "&d" replaceable parameter was
  15.                    retaining the trailing '\' if the &d was the last
  16.                    thing on the command line.
  17.  
  18.                 o  Added support for EGA/VGA 43/50 line screen displays.
  19.                    This feature is automatic; no switches are needed.
  20.  
  21.      v5.2a      o  SST's "archive searching" is now compatible with the
  22.                    new version of LHARC (v2.10).  SST also retains its
  23.                    compatibility with earlier LHARC archive files.
  24.  
  25.                 o  Added a new "-ho" switch which tells SST to (a) start
  26.                    in the current directory, and (b) to ONLY search this
  27.                    directory (ie: don't search directories under this
  28.                    directory).  This means that SST can now be used as a
  29.                    true "directory alias" that also lists archive members.
  30.                    Just create this ARCDIR.BAT file:
  31.  
  32.                               sst %1 -ho -a
  33.  
  34.                 o  Modified the -c"command" switch so that you can now
  35.                    tell SST to get verification from you.  This is done
  36.                    with the -cv"command" switch.  Before executing the
  37.                    command on each found file, SST will prompt you as to
  38.                    whether it should execute the command or not.
  39.  
  40.                 o  In the -c"command" and -v"command" switches you can now
  41.                    place an ampersand (&) as part of the command string by
  42.                    entering two ampersands in a row (&&), as in:
  43.  
  44.                           -c"echo This && That"
  45.  
  46.                    which will now be parsed down to "This & That".
  47.  
  48.                 o  Fixed a minor bug that would allow you to enter a null
  49.                    grep string (eg: SST ""), which would of course drive
  50.                    the regular-expression code completely batty.
  51.  
  52.      v5.1a      o  After many painstaking hours of debugging, I finally
  53.                    found the two obscure bugs that were causing random
  54.                    lockups of the code for some people (since v4.1a of
  55.                    the program - this will teach me to not use function
  56.                    prototypes!).  I'd like to thank all of you people
  57.                    who took the time to both call and write with very
  58.                    good examples of your configurations and problems.
  59.                    Hopefully, we've put this baby to bed once and for
  60.                    all.  By the way, the Turbo C v1.01 compiler was not
  61.                    the problem -- this one was all on my shoulders
  62.                    (my apologies, Borland ... I should have known better!).
  63.  
  64.                 o  Per a user's request, added a new replaceable parameter
  65.                    named "&r" that only returns the "root" of the filename
  66.                    (eg: the filename without the extension).
  67.  
  68.                 o  SST v5.1a is now compiled with Borland C++ v2.0.
  69.  
  70.  
  71.      v5.0a      o  Changed the name of the program from WHEREIS to
  72.                    SST ("Supersonic Search Tool").  The main reason
  73.                    behind this was the literally hundreds of requests
  74.                    I've had over the last few months to give the program
  75.                    a unique name.  To quote a few hundred people:
  76.                    "There must be a thousand 'Whereis' programs out
  77.                    there!  I'm sooooo confused!".  (Well, maybe they
  78.                    weren't THAT forlorned <grin>.  Anyway, from now on
  79.                    the program will be known as SST_vvv.ZIP on all
  80.                    BBS's, where "_vvv" will be the version number (as
  81.                    in SST_50A.ZIP for version 5.0a).
  82.  
  83.                    Of course, if you prefer to keep it named WHEREIS
  84.                    after you download the program, simply rename it and
  85.                    you'll never know anything changed.  For BRANDing
  86.                    instructions for you registered users, see the
  87.                    READ.ME file.
  88.  
  89.                 o  The program will now support the environment variables
  90.                    SST and SST_DRIVES, as well as the old WHEREIS and
  91.                    WI_DRIVES.  You don't need to change your old ones if
  92.                    you don't want to.
  93.  
  94.                 o  The program will no longer prompt you with "You've
  95.                    asked me do delete ALL FILES on drive x...are you
  96.                    SURE?" if you specify any exclude masks
  97.                    (eg: "-x*.bat").  Be careful!
  98.  
  99.  
  100.  
  101.      v4.4b      o  Version 1.03 of PKLite resulted in a header change
  102.                    in compressed .COM files, which meant that WhereIs
  103.                    could no longer identify them as compressed files.
  104.                    This version of WhereIs can now identify those
  105.                    files.
  106.  
  107.      v4.4a      o  WhereIs now has the ability to search for COM and
  108.                    EXE files that have been compressed with PK-Ware's
  109.                    new PKLite program.  Since only .EXE and .COM files
  110.                    will be "included" if you specify the "-PKLITE"
  111.                    switch, you can greatly speed up the search time by
  112.                    doing a command line like this:
  113.  
  114.                             WhereIs *.com *.exe -pklite
  115.  
  116.                    You can still do all commands on found files; so, for
  117.                    example, you could un-pklite all PKLite'd files on
  118.                    your drive with the following command:
  119.  
  120.                             WhereIs *.com -pklite -c"pklite -x &f"
  121.  
  122.  
  123.      v4.3a      o  Evidently, v4.2 of WhereIs brought out a bug in
  124.                    the Turbo C++ v1.01 compiler.  I had a lot of reports
  125.                    from people about WhereIs "locking up" in strange
  126.                    ways.  One person told me he kept getting "Divide
  127.                    by zero" errors, and WhereIs doesn't even HAVE a
  128.                    division statement in it anywhere.   Anyway, I
  129.                    found one situation where I could lock up the
  130.                    machine every time; when I compiled the exact code
  131.                    under the old Turbo C 2.0 compiler, it worked just
  132.                    fine.  I barely have time to chase down my own bugs,
  133.                    let alone Borland's <grin>, so I've went back to
  134.                    Turbo C 2.0 with v4.3a.   If anyone out there has
  135.                    any more strange lockups happen, PLEASE let me know
  136.                    (in as detailed a message as possible) what happenned
  137.                    to you.
  138.  
  139.                 o  Fixed a bug that was causing regular-expression
  140.                    searches to not work when looking inside of ZOO
  141.                    files.
  142.  
  143.                 o  Added a new "-dir" switch that tells WhereIs to also
  144.                    look at directory names when matching for filenames.
  145.                    Any directories found will display as normal, except
  146.                    the area where the filesize is normally shown will
  147.                    display "<dir>" instead.
  148.  
  149.                 o  Added a new '-gf' switch which tells WhereIs to
  150.                    "go to the directory of the first found file
  151.                    without prompting me".
  152.  
  153.                 o  Added a new '&d' replaceable parameter for use
  154.                    with the '-c' and '-o' command strings.  This
  155.                    will return the same thing as the '&p' (pathname)
  156.                    parameter, but without the trailing '\' (unless
  157.                    the path is the root directory).
  158.  
  159.                 o  Per a user's request, added a new '-PL' switch
  160.                    which changes the output display so that the path
  161.                    name is on the left of the screen.
  162.  
  163.                 o  In previous versions, if you did a "-o" or "-c"
  164.                    command string on a matching file, WhereIs wouldn't
  165.                    do some processing after that (such as verified
  166.                    delete, goto directory, etc).  WhereIs will now
  167.                    perform any of these functions specified after
  168.                    executing the specified "-c" or "-o" command.
  169.  
  170.      v4.2b      o  Fixing the "-g" bug in v4.2a caused another bug that
  171.                    caused the subdirectory change not to work.
  172.  
  173.      v4.2a      o  Fixed a bug where the "-g" option would not work if
  174.                    you tried to go to a root directory.
  175.  
  176.                 o  Added a delete safety feature which now prompts you
  177.                    to verify if you tell WhereIs to delete all files
  178.                    on any drive.   It seems that a lot of people (that,
  179.                    I might add, haven't read the documentation) download
  180.                    WhereIs and then promptly give it a command line like
  181.                    this:
  182.  
  183.                        "whereis cde: *.bak -v -n"
  184.  
  185.                    and then watch while WhereIs starts deleting every
  186.                    file on their hard drive.  Seasoned WhereIs owners,
  187.                    of course, know that the above command line actually
  188.                    gets interpreted by WhereIs as:
  189.  
  190.                        "whereis cde:*.* *.bak -v -n".
  191.  
  192.                 o  WhereIs will now correctly return ZIP member names
  193.                    to the -c"command" feature when the ZIP directory
  194.                    name includes a path.  WhereIs still strips off the
  195.                    pathname on the display screen, but will return the
  196.                    full name when used with the &M parameter.
  197.  
  198.                 o  WhereIs now opens archive files in "shared" mode.
  199.                    Earlier versions opened these files exclusively,
  200.                    which meant that you couldn't operate on archive
  201.                    files with the -c"command" feature.  Unfortunately,
  202.                    PKZIP and PKARC are the only ones that will work
  203.                    correctly; LHARC, ZOO, and ARC all open the file
  204.                    looking for exclusive access, so you'll get a
  205.                    "File share error" if you try to do something
  206.                    like this:
  207.  
  208.                          whereis *.doc -ao -lzh -c"lharc x &f &m"
  209.  
  210.                    This will fail because WhereIs already has the file
  211.                    open when it spawns off LHARC, and LHARC wants
  212.                    exclusive control of the file.
  213.  
  214.      v4.1a      o  Added the ability to execute a DOS command on any file
  215.                    matches found.
  216.  
  217.                 o  When you specify a "grep mask", WhereIs will now also
  218.                    search inside of 4DOS's description files.
  219.  
  220.      v4.0       o  Added the ability to display only duplicate filename
  221.                    entries.
  222.                 o  v4.0 marks the beginning of Shareware marketing.
  223.                 o  The program will no longer pause with the "More"
  224.                    message if WhereIs detects that the output is being
  225.                    redirected to a file or a printer.
  226.  
  227.      v3.9-3.8   o  These version numbers were skipped.
  228.  
  229.      v3.7       o  Sped up the grep searching slightly.
  230.                 o  ZIP searching now does a much better job of looking
  231.                    for "corrupted" ZIP files.
  232.  
  233.      v3.6       o  Added the "-hidden" switch which informs WHEREIS to
  234.                    include system and hidden files in the search.
  235.                 o  Added the optional WI_DRIVES environment variable to
  236.                    hopefully alleviate some of the problems that occur
  237.                    when WHEREIS is used on a Novell network.
  238.  
  239.      v3.5       o  Sped up ZIP searching by 50% due to a new method of
  240.                    locating the "central directory".
  241.                 o  Sped up "grep" searching through archives by almost 70%.
  242.                 o  Added a '-z' switch, which only displays files that have
  243.                    their "archive bit" set (ie: displays files modified
  244.                    since your last backup was made).
  245.  
  246.      v3.4       o  Added grep-type searching on filenames.
  247.                 o  Added a '-U' switch to display all output in upper
  248.                    case.
  249.                 o  Changed so that if you don't specify at least one
  250.                    filespec on the command line, the default will be "*.*".
  251.                    For example, in earlier versions you would have to say
  252.                    "whereis *.* -s".  Now you can just say "whereis -s".
  253.  
  254.      v3.3-3.2   o  Internal testing changes.
  255.  
  256.      v3.1       o  Fixed an obscure bug that would sometimes cause the
  257.                    'date range' search to display files out of the range
  258.                    if a file happened to fall on the last day of any month
  259.                    that had 31 days in it.  All date range checks are now
  260.                    done with Greenwich Mean Time for added accuracy.
  261.  
  262.      v3.0       o  Changed the default display mode to put the filename on
  263.                    the left of the screen.
  264.                 o  Added the ability to search specific ARC file formats.
  265.                 o  Added the '-AO' switch to search only archives.
  266.                 o  Added the '-F' to display filenames only.
  267.                 o  Changed the '-H' switch to start the search in the
  268.                    current directory.
  269.                 o  Added the ability to exclude filenames with the
  270.                    '-X' switch (up to 25 supported).
  271.                 o  Added the '-LT', '-EQ', and '-GT' switches for size
  272.                    range searching.
  273.                 o  Added the '-S' and '-B' switches for date range
  274.                    searching.
  275.                 o  Added the '-C' switch for searching only the PATH
  276.                    directories.
  277.                 o  Changed the '-W' switch to get the true cluster size
  278.                    for each drive searched.  Earlier versions simply
  279.                    assumed a cluster size of 2048 bytes.
  280.  
  281.      v2.9       o  Internal testing changes.
  282.  
  283.      v2.8       o  Added ZOO file searching.
  284.  
  285.      v2.7       o  Added LHARC file searching.
  286.  
  287.      v2.6       o  Internal testing changes.
  288.      v2.5
  289.  
  290.      v2.4       o  Added the "European-style" date display, per a user's
  291.                    request.
  292.                 o  Added the '-W' switch to show wasted space.
  293.                 o  Added the '-H' switch to display filenames only.
  294.                 o  Added ZIP file searching.
  295.  
  296.      v2.1-2.3   o  Internal testing changes.
  297.  
  298.      v2.0       o  Changed to the three different display formats.
  299.                 o  Enhanced Control-C checking to allow aborting at any time.
  300.                    This was not the case in prior versions if a user didn't
  301.                    have BREAK=ON specified in their AUTOEXEC.BAT file.
  302.                 o  Changed the '-G' switch to prompt the user before going
  303.                    to the found subdirectory.
  304.  
  305.      v1.9       o  Filenames are now searched for first in the current
  306.                    directory instead of searching for subdirectories first.
  307.  
  308.      v1.8       o  Added the ability to specify multiple drives and filespecs
  309.                    on the command line (ie: whereis cde:*.dat d:test.prg).
  310.                 o  Added the '-D' switch to search all drives.
  311.                 o  Added the '-E' switch to allow "*.*" use for directory
  312.                    searches.
  313.                 o  Added the '-G' switch for "goto found subdirectory".
  314.                 o  Added the '-P' switch for page breaking.
  315.                 o  Added the '-V' switch for file deletion.
  316.                 o  Added support for the WHEREIS environment variable.
  317.                 o  Added the '-I' switch to ignore the environment variable.
  318.  
  319.      v1.7-1.1   o  Internal testing changes.
  320.  
  321.      v1.0       o  Initial release.
  322.  
  323. End of Document
  324.